home *** CD-ROM | disk | FTP | other *** search
- Path: news.primenet.com!not-for-mail
- From: kipster@primenet.com (Kip Pesuti)
- Newsgroups: comp.sys.amiga.networking
- Subject: Re: Sending Mail with Amosaic
- Date: 4 Jan 1996 02:02:02 -0700
- Organization: Primenet Services for the Internet
- Sender: root@primenet.com
- Message-ID: <1647.6577T55T473@primenet.com>
- References: <663.6575T1077T1502@gate.net> <748.6576T1306T669@stud.cs.uit.no>
- X-Posted-By: ip213.pom.primenet.com
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- >>Has anyone configured it correctly and do you have any pointers.
- >>I have SMTPpost and Sendmail in my bin, here's my mosaic prefs
- >>entry:
-
- >Since you're using THOR, you might want to check out the SendMail.thor in
- >THOR's Rexx/ directory...
-
- Yes, this works well. But you have to manually send the mail by openning
- ConnectTHOR and clicking on "Send Events". But, I just found a new arexx
- script at Aminet that sends the events without openning ConnectTHOR. It's
- called "SendEvents.thor".
-
- ftp.netnet.net/pub/aminet/comm/mail SendEvents.lha
-
- What I did was, I tagged "SendEvents.thor" onto the end of "SendMail.thor",
- just before the END command (if that matters), making them one script. I
- named it "SendMail2.thor" just to protect the original "SendMail.thor".
-
- So, my prefs look like this:
-
- SendMail rx THOR:rexx/SendMail2.thor
-
- Which is configured like this: (the "SendMail.thor" part)
-
- MailSystem = 'PrimeNet'
- MailConfName = 'Email'
-
- and: (the "SendEvents.thor" part)
-
- SystemName = 'PrimeNet'
- MailServer = 'primenet.com'
- NewsServer = 'news.primenet.com'
- NumSockets = 5
- MaxTries = 10
- EventPath = 'THOR:Data/BBS0/Event.data'
-
- Also, these paths need to be changed: (for "SendEvents.thor")
-
- 'THOR:bin/SendTCP' SystemName'
- 'THOR:bin/GetTCP BBSNAME'
-
- Now, when I use "SendMail2.thor" with AMosaic, 'SendEvents.thor" pops
- up a requester, asking me if I want to send events, get mail, or do all.
- I choose "send events" and I've just sent some e-mail via AMosaic.
-
-
- > T r o e l s W a l s t e d H a n s e n
- > troels@stud.cs.uit.no - http://www.cs.uit.no/~troels
-
-
- God bless you!
- (and your Amiga)
- -Kip
-
-
-